circular queue meaning in English
环状伫列
循环队列
循环排队
Examples
- The swap chain might include multiple back buffers and is essentially a circular queue that includes the front buffer
交换链可能包括多个后台缓冲区,它本质上是一个包括前台缓冲区的循环队列。 - This thesis also initially proposes and implements a circular queue to save compressed data and buffer the transmitting
论文还提出和实现了基于双指针循环队列的缓冲区,以实现数据压缩暂存和传输缓冲。 - This paper studied circular queue this basic data structure , discussed the influence of four settings of the front and rear pointer on enqueue and dequeue algorithm pointed out the key problem of writing simple algorithm is the setting of the initial value of the front and rear pointer , summarized the initial value setting and enqueue and dequeue algorithms of four types of front and rear pointer setting
本文研究了一种基本的数据结构? ?循环队列,讨论了循环队列的四种头尾指针的设置方法对入队、出队算法实现的影响,说明要写出简单出入队算法的关键在于头尾指针初值的设置,总结了四种头尾指针约定下合理的初值设置和出入队算法。